From 8d728473cb5351e6bdce185f39d86fbf7b60bede Mon Sep 17 00:00:00 2001 From: "cl349@freefall.cl.cam.ac.uk" Date: Thu, 11 Nov 2004 17:32:57 +0000 Subject: [PATCH] bitkeeper revision 1.1159.1.413 (4193a249kXUTE5R1UgTwkEmILa4LGA) Update comments indicating offsets in struct vcpu_info. --- xen/include/public/xen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/include/public/xen.h b/xen/include/public/xen.h index c4d2ffe8ea..d78e5f13b5 100644 --- a/xen/include/public/xen.h +++ b/xen/include/public/xen.h @@ -288,8 +288,8 @@ typedef struct vcpu_info_st u8 evtchn_upcall_pending; u8 evtchn_upcall_mask; u8 pad0, pad1; - u32 evtchn_pending_sel; /* 132 */ -} PACKED vcpu_info_t; + u32 evtchn_pending_sel; /* 4 */ +} PACKED vcpu_info_t; /* 8 */ /* * Xen/guestos shared data -- pointer provided in start_info. -- 2.30.2